Information functions
| returns version info (Windows, NT, DOS, QuickTime, VFW) | |
| returns location of system folders (windows, system, temp, etc) | |
| gets information (type, speed) about the processor installed | |
| gets information (type, size, name, number) about a disk | |
| returns list of available drives | |
| gets information about system memory | |
| finds the application associated with a file type | |
| reads Windows ini file | |
| writes an entry to a Windows ini file | |
| forces Windows to write an ini file to disk | |
| deletes entry from an .ini file | |
| deletes section from an .ini file | |
| reads Registry string value | |
| writes string value to the Registry | |
| reads Registry number value | |
| writes number value to the Registry | |
| reads Registry binary value | |
| writes binary value to the Registry | |
| reads Registry multi string value | |
| writes multi string value to the Registry | |
| deletes Registry entry | |
| returns a list of sub-keys inside a registry key | |
| returns a list of values inside a registry key | |
| checks whether a sound card is installed | |
| checks whether a font is installed | |
| returns a list of installed fonts | |
| returns a list of available styles for a TrueType font | |
| returns the command line arguments the application was started with | |
| checks whether a previous instance is running | |
| gets information (width, height, etc) of the screen | |
| gets information about the screens in the system | |
| gets list of the screens in the system | |
| returns the value of a Gestalt selector | |
| checks if a Gestalt selector exists |